SftTree/NET 2.0

Item Property, FootersClass Class

Softel vdm, Inc.

Returns the cell with the specified zero-based row index and zero-based column index.

Syntax      FootersClass Class (Softelvdm.SftTreeNET)

VB   

Public Default ReadOnly Property Item( _
     ByVal RowIndex As Integer, _
     ByVal ColIndex As Integer _
) As CellClass

C#   

public CellClass this[ int RowIndex int ColIndex ] { get; }

C++   

public: property CellClass^ this[ int , int ] {
        CellClass^ get(int RowIndex , int ColIndex);
}

ColIndex

The zero-based column index.

RowIndex

The zero-based row index.

Property Value

The cell representing one row in the footer area.

Comments

The Item property returns the cell with the specified zero-based row index and zero-based column index.

Each cell in the column footer area is represented by a cell (of type CellClass).

Cells within the footer area are retrieved using this property.

The Item property is the indexer of the FootersClass class, so languages supporting indexers can use array syntax, usually [] or (), to access the Item property.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com